2009-01-13 Christian Dywan <christian@imendio.com>
Bug 567569 – Typo in GtkFileChooser example in GTK+ documentation
* gtk/tmpl/gtkfilechooser.sgml: s/gobject_unref/g_object_unref.
Patch by Priyank Gosalia.
svn path=/trunk/; revision=22105
+2009-01-13 Christian Dywan <christian@imendio.com>
+
+ Bug 567569 – Typo in GtkFileChooser example in GTK+ documentation
+
+ * gtk/tmpl/gtkfilechooser.sgml: s/gobject_unref/g_object_unref.
+ Patch by Priyank Gosalia.
+
2009-01-05 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkstock.sgml: Add GTK_STOCK_CAPS_LOCK_WARNING
gtk_image_set_from_pixbuf (GTK_IMAGE (preview), pixbuf);
if (pixbuf)
- gobject_unref (pixbuf);
+ g_object_unref (pixbuf);
gtk_file_chooser_set_preview_widget_active (file_chooser, have_preview);
}